home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / s_to_z / tpack / debug.dfm / debug.txt
Encoding:
Text File  |  1996-09-15  |  1.0 KB  |  53 lines

  1. object DebugDlg: TDebugDlg
  2.   Left = 616
  3.   Top = 379
  4.   Width = 406
  5.   Height = 296
  6.   Caption = 'Library Aware Debug Trace'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Toolbar1: TToolBar
  14.     Left = 0
  15.     Top = 0
  16.     Width = 398
  17.     Height = 24
  18.     Align = alTop
  19.     TabOrder = 0
  20.     object ToolButton1: TToolButton
  21.       Left = 4
  22.       Top = 2
  23.       Width = 45
  24.       Height = 20
  25.       Hint = 'Close Trace'
  26.       Caption = 'Close'
  27.       OnClick = ToolButton1Click
  28.       LeaveSpace = False
  29.     end
  30.   end
  31.   object Toolbar2: TToolBar
  32.     Left = 0
  33.     Top = 245
  34.     Width = 398
  35.     Height = 24
  36.     Align = alBottom
  37.     Caption = 'See Debug.PAS, procedure DebugLog for Code'
  38.     TabOrder = 1
  39.   end
  40.   object Memo1: TMemo
  41.     Left = 0
  42.     Top = 24
  43.     Width = 398
  44.     Height = 221
  45.     Hint = 'You'#39're pointing at the debug trace window'
  46.     Align = alClient
  47.     Lines.Strings = (
  48.       'Memo1')
  49.     ScrollBars = ssVertical
  50.     TabOrder = 2
  51.   end
  52. end
  53.